Initializes a new instance of the PointCollection class with the specified point values.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public PointCollection ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
A list of Point values that supplies the elements initially contained in the collection.
See Also